home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / p_man / cat3 / f90 / rnlecho.z / rnlecho
Text File  |  1998-10-30  |  2KB  |  47 lines

  1. RNLECHO(3F)                                            Last changed: 1-6-98
  2.  
  3.  
  4. NNAAMMEE
  5.      RRNNLLEECCHHOO - Specifies output unit for NNAAMMEELLIISSTT error messages and echo
  6.      lines
  7.  
  8. SSYYNNOOPPSSIISS
  9.      CCAALLLL RRNNLLEECCHHOO((_u_n_i_t))
  10.  
  11. IIMMPPLLEEMMEENNTTAATTIIOONN
  12.      UNICOS, UNICOS/mk, and IRIX systems
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.      On IRIX systems, this routine is valid only when compiling programs
  16.      with the MIPSpro 7 Fortran 90 compiler or when compiling programs with
  17.      the --ccrraayylliibbss option to the MIPSpro 7.2 F77 compiler. See the "BUGS"
  18.      subsection for further details.
  19.  
  20.      RRNNLLEECCHHOO specifies the output unit for NNAAMMEELLIISSTT error messages and echo
  21.      lines.
  22.  
  23.      When using the CF90 compiler or MIPSpro 7 Fortran 90 compiler on
  24.      UNICOS or IRIX, all arguments must be of default kind unless
  25.      documented otherwise.  On UNICOS the default kind is KKIINNDD==88 for
  26.      integer, real, complex, and logical arguments; on IRIX, the default
  27.      kind is KKIINNDD==44.
  28.  
  29.      _u_n_i_t      Output unit to which error messages and echo lines are sent.
  30.                If _u_n_i_t= -1, error messages and lines echoed because of an EE
  31.                in column 1 go to standard output (ssttddoouutt).
  32.  
  33.                If _u_n_i_t <= 0, error messages and input lines are echoed to
  34.                _u_n_i_t, regardless of any echo flags present.  If _u_n_i_t=6 or
  35.                _u_n_i_t=101, ssttddoouutt is implied.
  36.  
  37. BBUUGGSS
  38.      On IRIX systems, the implementation of these routines has not been
  39.      thoroughly tested.
  40.  
  41. SSEEEE AALLSSOO
  42.      RRNNLL(3), RRNNLLSSKKIIPP(3F), RRNNLLTTYYPPEE(3F) WWNNLL(3), WWNNLLLLIINNEE(3F), WWNNLLLLOONNGG(3F)
  43.  
  44.      _A_p_p_l_i_c_a_t_i_o_n _P_r_o_g_r_a_m_m_e_r'_s _L_i_b_r_a_r_y _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication SR-
  45.      2165, for the printed version of this man page.
  46.  
  47.